Use 0777 as the mode for mkdir() and let the umask do the right thing.
authorFederico Mena Quintero <federico@ximian.com>
Tue, 6 Jan 2004 20:34:47 +0000 (20:34 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 6 Jan 2004 20:34:47 +0000 (20:34 +0000)
commitf9aff042b8218ca18f8f892a0de295c1e3f0ae20
tree8af848b1150045063071a54cf4c40a647af9373d
parent24b50606f9586ea30c3c1bb11e494d08b2479eaa
Use 0777 as the mode for mkdir() and let the umask do the right thing.

2004-01-06  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
0777 as the mode for mkdir() and let the umask do the right
thing.  Fixes #121819.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c